home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TBILDGROESSEFORM / TBILDGROESSEFORM.txt < prev   
Text File  |  2014-12-03  |  5KB  |  260 lines

  1. object BildgroesseForm: TBildgroesseForm
  2.   Left = 270
  3.   Top = 814
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Bildgr'#246#223'e'
  7.   ClientHeight = 234
  8.   ClientWidth = 412
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnCreate = TntFormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object GroupBox1: TTntGroupBox
  22.     Left = 4
  23.     Top = 9
  24.     Width = 200
  25.     Height = 100
  26.     Caption = 'Empfohlene Maximalgr'#246#223'e'
  27.     TabOrder = 0
  28.     object Label1: TTntLabel
  29.       Left = 10
  30.       Top = 26
  31.       Width = 67
  32.       Height = 14
  33.       Caption = 'Breite in Pixel:'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'Arial'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object _MaxBreite: TTntLabel
  42.       Left = 120
  43.       Top = 26
  44.       Width = 30
  45.       Height = 14
  46.       Caption = '66666'
  47.     end
  48.     object Label3: TTntLabel
  49.       Left = 10
  50.       Top = 52
  51.       Width = 64
  52.       Height = 14
  53.       Caption = 'H'#246'he in Pixel:'
  54.     end
  55.     object _MaxHoehe: TTntLabel
  56.       Left = 120
  57.       Top = 52
  58.       Width = 30
  59.       Height = 14
  60.       Caption = '66666'
  61.     end
  62.     object SizeInfoImage: TTntImage
  63.       Left = 10
  64.       Top = 76
  65.       Width = 16
  66.       Height = 16
  67.       ParentShowHint = False
  68.       Picture.Data = {<image000.bmp>}
  69.       ShowHint = True
  70.       Transparent = True
  71.     end
  72.     object SizeInfoText: TTntLabel
  73.       Left = 40
  74.       Top = 78
  75.       Width = 71
  76.       Height = 14
  77.       Caption = 'Info zur Gr'#246#223'e'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlue
  80.       Font.Height = -11
  81.       Font.Name = 'Arial'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.   end
  86.   object GroupBox2: TTntGroupBox
  87.     Left = 208
  88.     Top = 9
  89.     Width = 200
  90.     Height = 100
  91.     Caption = 'Gew'#228'hlte Gr'#246#223'e'
  92.     TabOrder = 1
  93.     object Label5: TTntLabel
  94.       Left = 10
  95.       Top = 52
  96.       Width = 64
  97.       Height = 14
  98.       Caption = 'H'#246'he in Pixel:'
  99.     end
  100.     object Label6: TTntLabel
  101.       Left = 10
  102.       Top = 26
  103.       Width = 67
  104.       Height = 14
  105.       Caption = 'Breite in Pixel:'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'Arial'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object MyBreite: TTntEdit
  114.       Left = 120
  115.       Top = 23
  116.       Width = 53
  117.       Height = 22
  118.       TabOrder = 0
  119.       Text = '666666'
  120.       OnExit = MyBreiteExit
  121.     end
  122.     object MyHoehe: TTntEdit
  123.       Left = 120
  124.       Top = 48
  125.       Width = 53
  126.       Height = 22
  127.       TabOrder = 1
  128.       Text = '666666'
  129.       OnExit = MyHoeheExit
  130.     end
  131.     object ProportionalCB: TTntCheckBox
  132.       Left = 10
  133.       Top = 76
  134.       Width = 184
  135.       Height = 17
  136.       Caption = 'Seitenverh'#228'ltnis beibehalten'
  137.       Checked = True
  138.       State = cbChecked
  139.       TabOrder = 2
  140.     end
  141.   end
  142.   object OK: TTntButton
  143.     Tag = 120
  144.     Left = 234
  145.     Top = 200
  146.     Width = 81
  147.     Height = 27
  148.     Caption = '&OK'
  149.     Default = True
  150.     TabOrder = 4
  151.     OnClick = OKClick
  152.   end
  153.   object Abbruch: TTntButton
  154.     Tag = 122
  155.     Left = 327
  156.     Top = 200
  157.     Width = 81
  158.     Height = 27
  159.     Cancel = True
  160.     Caption = '&Abbrechen'
  161.     ModalResult = 2
  162.     TabOrder = 5
  163.   end
  164.   object TntGroupBox1: TTntGroupBox
  165.     Left = 4
  166.     Top = 114
  167.     Width = 200
  168.     Height = 76
  169.     Caption = 'Bildgr'#246#223'e'
  170.     TabOrder = 2
  171.     object TntLabel1: TTntLabel
  172.       Left = 10
  173.       Top = 26
  174.       Width = 61
  175.       Height = 14
  176.       Caption = 'Breite in mm:'
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = clWindowText
  179.       Font.Height = -11
  180.       Font.Name = 'Arial'
  181.       Font.Style = []
  182.       ParentFont = False
  183.     end
  184.     object _Bildbreite: TTntLabel
  185.       Left = 120
  186.       Top = 26
  187.       Width = 30
  188.       Height = 14
  189.       Caption = '66666'
  190.     end
  191.     object TntLabel3: TTntLabel
  192.       Left = 10
  193.       Top = 52
  194.       Width = 58
  195.       Height = 14
  196.       Caption = 'H'#246'he in mm:'
  197.     end
  198.     object _Bildhoehe: TTntLabel
  199.       Left = 120
  200.       Top = 52
  201.       Width = 30
  202.       Height = 14
  203.       Caption = '66666'
  204.     end
  205.   end
  206.   object TntGroupBox2: TTntGroupBox
  207.     Left = 208
  208.     Top = 114
  209.     Width = 200
  210.     Height = 76
  211.     Caption = 'Aufl'#246'sung'
  212.     TabOrder = 3
  213.     object TntLabel6: TTntLabel
  214.       Left = 10
  215.       Top = 26
  216.       Width = 17
  217.       Height = 14
  218.       Caption = 'dpi:'
  219.       Font.Charset = DEFAULT_CHARSET
  220.       Font.Color = clWindowText
  221.       Font.Height = -11
  222.       Font.Name = 'Arial'
  223.       Font.Style = []
  224.       ParentFont = False
  225.     end
  226.     object ResInfoImage: TTntImage
  227.       Left = 10
  228.       Top = 50
  229.       Width = 16
  230.       Height = 16
  231.       ParentShowHint = False
  232.       Picture.Data = {<image001.bmp>}
  233.       ShowHint = True
  234.       Transparent = True
  235.     end
  236.     object ResInfoText: TTntLabel
  237.       Left = 40
  238.       Top = 52
  239.       Width = 89
  240.       Height = 14
  241.       Caption = 'Info zur Aufl'#246'sung'
  242.       Font.Charset = DEFAULT_CHARSET
  243.       Font.Color = clBlue
  244.       Font.Height = -11
  245.       Font.Name = 'Arial'
  246.       Font.Style = []
  247.       ParentFont = False
  248.     end
  249.     object MyDPI: TTntEdit
  250.       Left = 120
  251.       Top = 23
  252.       Width = 53
  253.       Height = 22
  254.       TabOrder = 0
  255.       Text = '300'
  256.       OnExit = MyDPIExit
  257.     end
  258.   end
  259. end
  260.